home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 June / PersonalComputerWorld-June2009-CoverdiscCD.iso / Software / Shareware / Virtual Folder 1.07 / VirtualFolder 1.07.exe / {app} / help / default.css next >
Encoding:
Cascading Style Sheet File  |  2009-02-23  |  944 b   |  48 lines

  1. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,
  2. h6,pre,form,fieldset,input,p,blockquote,table,
  3. th,td { margin: 0; padding: 0; }
  4. fieldset,img,abbr { border: 0; }
  5. address,caption,cite,code,dfn,em,h1,h2,h3,h4,h5,h6,th,var { font-style: normal; font-weight: normal; }
  6. caption,th { text-align: left; }
  7. q:before,q:after { content: ''; }
  8.  
  9. body {
  10.     padding:0px;
  11.     margin:0px;
  12.     text-align:left;
  13.     font-family: Georgia, Times, "Times New Roman", serif;
  14.     font-size: 17px;
  15.     line-height: 1.5em;
  16. }
  17.  
  18. .wrapper {
  19.     width: 380px;
  20. }
  21.  
  22. h2 {
  23.     font-size: 17px;
  24.     color: #004681;
  25.     padding-top: 10px;
  26.     padding-bottom: 10px;
  27. }
  28.  
  29. #nav {
  30.     top: 320px;
  31.     left: 220px;
  32.     position: absolute;
  33. }
  34.  
  35. #orderbutton {
  36.     display: block;
  37.     width: 211px;
  38.     height: 50px;
  39.     background:url(guide4_211x100.png) no-repeat 0px 0px;
  40.     position: absolute;
  41.     top: 150px;
  42.     left: 85px;
  43. }
  44.  
  45. #orderbutton:hover {
  46.     background:url(guide4_211x100.png) no-repeat 0px -50px;
  47. }
  48.